home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "cust_ref": "Long Integer",
- "cust_name": "Text (30)",
- "cust_addr": "Text (120)",
- "cust_pcode": "Text (10)",
- "cust_tel": "Text (15)",
- "cust_fax": "Text (15)"
- },
- "data": [
- {
- "cust_ref": 1,
- "cust_name": "Mr John Smith",
- "cust_addr": "123 Main Street",
- "cust_pcode": "FY1 7YH",
- "cust_tel": "01253 763138",
- "cust_fax": "01253 763138"
- },
- {
- "cust_ref": 2,
- "cust_name": "Mr A Jones",
- "cust_addr": "5 Fifth Avenue",
- "cust_pcode": "FY4 6RD",
- "cust_tel": "01253 403355",
- "cust_fax": "01253 405633"
- }
- ]
- }